getRouteBack

open fun getRouteBack(index: Int): Int

The list of nodenums the packet has visited on the way back from the destination.
repeated fixed32 route_back = 3;

Return

The routeBack at the given index.

Parameters

index

The index of the element to return.